home *** CD-ROM | disk | FTP | other *** search
- /***
- * GaugeInd.ch
- * Sample program to demonstrate the use of a bar progress gauge
- * with an indexing system.
- *
- * Copyright (c) 1992, Computer Associates Corp. All rights reserved.
- * Daniel Neil
- *
- */
-
-
- #command INDEX ON <key> TO <(file)> [<u: UNIQUE>] ;
- GAUGE [@ <top>, <left>, <bottom>, <right>] ;
- [COLOR <color>] ;
- [STEP <step>] ;
- => GaugeIndex( ;
- <(file)>, <"key">, <{key}>, ;
- if( <.u.>, .t., NIL ), ;
- <top>, <left>, <bottom>, <right>, ;
- <color>,<step> ;
- )
-
- #COMMAND DEFAULT <xprVar> TO <expValue> => ;
- <xprVar> := IF(<xprVar> == NIL,<expValue>,<xprVar>)
-